All Questions
2 questions
2votes
0answers
188views
Project Euler #81 in Haskell: minimal path sum through a matrix
I just completed Project Euler Problem 81 in Haskell: In the 5 by 5 matrix below, ...
7votes
1answer
785views
Shortest Path (BFS) through a maze
Background I have decided to use this year's Advent Of Code to learn Haskell. I feel like I vaguely understand the language and can solve most of the problems with relative ease. However, the code I ...